home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / CONFCHG.422 < prev    next >
Text File  |  1993-02-20  |  2KB  |  51 lines

  1. VK005.MOD - Change Conferences While Scanning Messages!
  2. Virgin Killer #1 @5251
  3. Tue Feb 16 02:39:15 1993
  4. ┌────────────────────────────────────────────────────────────────────────────┐
  5. │ Mod Name      : VK005.MOD      Mod Author: Virgin Killer  1@15298 WWIVNet  │
  6. │ Difficulty    : █▒▒▒▒▒▒▒▒▒                                1@5251  IceNET   │
  7. │ WWIV Version  : 4.22                                      1@15298 WWIVLink │
  8. │ Mod Date      : 02/16/93                                  1@15298 GayNet   │
  9. │ Files Affected: MSGBASE1.C                                                 │
  10. │ Description   : You Must Have Dino's Conferencing Mod Installed!  What This│
  11. │                 Mod Does Is It Allows You To Change Conferences While Doing│
  12. │                 A Newscan Or Reading Messages By Pressing 'J'.             │
  13. └────────────────────────────────────────────────────────────────────────────┘
  14.  
  15. STEP #1: Backup your source code!
  16.  
  17. STEP #2: Load Up MSGBASE1.C
  18.  
  19. STEP #3: In MSGBASE1.C Search for the function: void scan(int msgnum,.....)
  20.  
  21. STEP #4: Search Down For "case 'B':" and right below that case insert as shown
  22.          below (marked off With /* Added: VK005.MOD */).
  23.  
  24.               case 'B':
  25.                 if (*nextsub!=0) {
  26.                   *nextsub=1;
  27.                   done=1;
  28.                   quit=1;
  29.                 }
  30.                 break;
  31.               case 'J':                          /* Added: VK005.MOD */
  32.                 conf_select(1);                  /* Added: VK005.MOD */
  33.                 done=1;                          /* Added: VK005.MOD */
  34.                 quit=1;                          /* Added: VK005.MOD */
  35.                 break;                           /* Added: VK005.MOD */
  36.  
  37. STEP #5: Adjust your menus to handle the new function the users can use while
  38.          scanning or reading the messages.
  39.  
  40. STEP #6: Compile!  That's It.
  41.  
  42. Thanks goes out to Dino for making the conferencing mod come true for 4.22,
  43. without him, my message bases would be a mess.
  44.  
  45. Disclaimer:  If your system blows up or your users still don't know how to use
  46.              conferencing, don't blame me.  If you have any further questions
  47.              or problems, email me.
  48.  
  49. This has been a Virgin Killer Production all rights, lefts, tables and beers
  50. reserved!
  51.